home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / redakcyjne / programy / Miranda IM 0.8.13 / miranda-im-v0.8.13-unicode.exe / mirandaboot.ini < prev    next >
INI File  |  2010-01-28  |  4KB  |  116 lines

  1. ;This file contains the information required to get Miranda up and running,
  2. ;i.e. everything before a database is loaded
  3.  
  4. ;Settings relating to the location and loading of the database
  5. [Database]
  6.  
  7. ;ProfileDir
  8. ;The directory to search for database files. If it's a relative path then
  9. ;it's relative to the directory containing miranda32.exe. 
  10. ;If no directory specified miranda executable path is assumed.
  11. ;You can use environment variables, so NT people may like %APPDATA%
  12. ProfileDir=
  13.  
  14. ;ShowProfileMgr
  15. ;Selects the test to use to decide whether to show the profile manager on
  16. ;startup
  17. ;"never": Only show it if the profile to use can't be guessed by any means
  18. ;"yes":   Always show it
  19. ;"smart": (default) Show it if the command line doesn't contain a db name
  20. ;         that exists or there is more or less than 1 db in the ProfileDir.
  21. ShowProfileMgr=smart
  22.  
  23. ;DefaultProfile
  24. ;Name of the profile to use if there's a choice. If Miranda is run with a
  25. ;command line parameter then that is used instead of this setting.
  26. ;Default is empty
  27. ;If ShowProfileMgr=never then this profile is run without question
  28. ;Otherwise the profile manager is run as usual but initially this profile
  29. ;is selected
  30. ;
  31. ;0.4.1+ (2005/05/16) Only: This string can contain environment variables, e.g. %USERNAME%
  32. ;
  33. DefaultProfile=
  34.  
  35. ;AutoCreate
  36. ;"yes": If DefaultProfile or the command line parameter gives a profile
  37. ;name that doesn't exist then that profile is created.
  38. ;"no": (default) The profile manager is shown in this case
  39. AutoCreate=no
  40.  
  41. ;AutoExec is a system for batch addition of multiple settings to the
  42. ;database. See http://code.google.com/p/miranda/source/browse/branches/stable/miranda/docs/autoexec_sample.ini
  43. ;for documentation
  44. [AutoExec]
  45.  
  46. ;Use
  47. ;"yes": Install .ini files automatically
  48. ;"no": Disable the autoexec system entirely
  49. ;"prompt": (default) Prompt the user before each installation
  50. ;This setting doesn't affect the decision of whether to display further prompts
  51. Use=prompt
  52.  
  53. ;Glob
  54. ;A global expression containing the files to watch for database settings
  55. ;This will be checked just after database load and continuously all the
  56. ;time Miranda is running
  57. ;If this contains a relative path, it's relative to the directory containing
  58. ;miranda32.exe
  59. ;Default: autoexec_*.ini
  60. Glob=autoexec_*.ini
  61.  
  62. ;Safe
  63. ;A space-separated list of database module names known to be safe to alter
  64. ;Default: CLC Icons CLUI CList SkinSounds
  65. Safe=CLC Icons CLUI CList SkinSounds
  66.  
  67. ;Unsafe
  68. ;A space-separated list of database module names that could be alter to
  69. ;malicious purposes (eg by faking a login server to steal passwords)
  70. ;Default: ICQ MSN
  71. Unsafe=ICQ MSN JABBER AIM IRC
  72.  
  73. ;OverrideSecurityFilename
  74. ;System admins may find it desirable to install settings without prompting
  75. ;the user. In that case all prompts and security will be overridden if
  76. ;the name of the ini matches the name given here.
  77. ;If this is used, make sure it's suitably random and hence not likely
  78. ;to be downloaded.
  79. ;Default is empty (no override possible)
  80. OverrideSecurityFilename=
  81.  
  82. ;OnCreateFilename
  83. ;Defines ini file that will be executed every time new profile is created.
  84. ;Default is empty (no override possible)
  85. OnCreateFilename=
  86.  
  87. ;Warn
  88. ;"all": Warn the user before each setting change is made
  89. ;"notsafe": (default) Warn before each change to a setting in a group
  90. ;           that isn't listed in the 'Safe' setting
  91. ;"onlyunsafe": Warn before each change to a setting in a group that is
  92. ;           listed in the 'Unsafe' setting
  93. ;"none": Never warn the user
  94. Warn=onlyunsafe
  95.  
  96. ;OnCompletion
  97. ;What to do with the ini file once it's imported
  98. ;"delete": Delete the file from the disk
  99. ;"recycle": (default) Move the file to the recycle bin (same as delete
  100. ;           if you've disabled Windows' recycle bin)
  101. ;"rename": Add the string in RenamePrefix to the beginning of the filename
  102. ;"leave": Leave the file as-is. Note that this could cause it to be
  103. ;         imported multiple times until it's moved.
  104. ;"ask": Show a dialog to ask the user
  105. OnCompletion=recycle
  106.  
  107. ;RenamePrefix
  108. ;A string to add before the filename if the 'rename' option is used for
  109. ;OnCompletion. This can include a path specifier to move the file, eg ..\
  110. ;Default: done_
  111. RenamePrefix=done_
  112.  
  113. ; decisions about how Miranda loads plugins
  114. [PluginLoader]
  115. ; if enabled, will ask the user if they want to re-enable a disabled plugin
  116. AskAboutIgnoredPlugins=0